Uses of Interface
com.cisco.pt.ipc.events.OptionsEventListener
Packages that use OptionsEventListener
-
Uses of OptionsEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type OptionsEventListenerModifier and TypeFieldDescriptionprotected Set<OptionsEventListener>OptionsEventRegistry.globalListenersprotected Map<String,Set<OptionsEventListener>> OptionsEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type OptionsEventListenerModifier and TypeMethodDescriptionvoidOptionsEventRegistry.addListener(OptionsEventListener listener) voidOptionsEventRegistry.addListener(OptionsEventListener listener, Options objClass) voidOptionsEventRegistry.addListenerFiltered(OptionsEventListener listener, List<String> events) voidOptionsEventRegistry.addSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events) voidOptionsEventRegistry.removeListener(OptionsEventListener listener) voidOptionsEventRegistry.removeListener(OptionsEventListener listener, Options objClass) voidOptionsEventRegistry.removeListenerFiltered(OptionsEventListener listener, List<String> events) voidOptionsEventRegistry.removeSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events)